home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMASSOCIATEDLG / TFMASSOCIATEDLG.txt
Text File  |  2004-09-09  |  2KB  |  70 lines

  1. object fmAssociateDlg: TfmAssociateDlg
  2.   Left = 363
  3.   Top = 268
  4.   HelpContext = 850
  5.   BorderStyle = bsDialog
  6.   Caption = 'PicoZip'
  7.   ClientHeight = 142
  8.   ClientWidth = 412
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object laMsg: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 305
  23.     Height = 97
  24.     AutoSize = False
  25.     Caption = 
  26.       'PicoZip is not currently associated with some archive file types' +
  27.       '. To take full advantage of PicoZip'#39's Windows Explorer  and shel' +
  28.       'l integration, PicoZip must be properly associated with supporte' +
  29.       'd archive types.'#13#10#13#10'Do you want to associate PicoZip with suppor' +
  30.       'ted archive file types now ?'
  31.     WordWrap = True
  32.   end
  33.   object ckAskAgain: TCheckBox
  34.     Left = 8
  35.     Top = 120
  36.     Width = 137
  37.     Height = 17
  38.     Caption = 'Never ask me again'
  39.     TabOrder = 3
  40.   end
  41.   object buYes: TButton
  42.     Left = 328
  43.     Top = 8
  44.     Width = 75
  45.     Height = 25
  46.     Caption = '&Yes'
  47.     Default = True
  48.     ModalResult = 6
  49.     TabOrder = 0
  50.   end
  51.   object buNo: TButton
  52.     Left = 328
  53.     Top = 40
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&No'
  57.     ModalResult = 7
  58.     TabOrder = 1
  59.   end
  60.   object buHelp: TButton
  61.     Left = 328
  62.     Top = 72
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 2
  67.     OnClick = buHelpClick
  68.   end
  69. end
  70.